tools/migration: Formatting and style cleanup
authorAndrew Cooper <andrew.cooper3@citrix.com>
Thu, 5 Dec 2019 15:57:13 +0000 (15:57 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Thu, 16 Jan 2020 15:16:42 +0000 (15:16 +0000)
commit321b658847a06417b6a0b6964e939ed0ecf16551
tree5b0e1d37407ae28b243fe585afc90b9ced0e9fda
parentb6d41060120562e2185f2e3b5e582d415456ec65
tools/migration: Formatting and style cleanup

The code has devating from the prevailing style in many ways.  Adjust spacing,
indentation, position of operators, layout of multiline comments, removal of
superfluous comments, constness, trailing commas, and use of unqualified
'unsigned'.

No functional change.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
13 files changed:
tools/libxc/include/xenguest.h
tools/libxc/xc_sr_common.c
tools/libxc/xc_sr_common.h
tools/libxc/xc_sr_common_x86.c
tools/libxc/xc_sr_common_x86_pv.c
tools/libxc/xc_sr_restore.c
tools/libxc/xc_sr_restore_x86_pv.c
tools/libxc/xc_sr_save.c
tools/libxc/xc_sr_save_x86_hvm.c
tools/libxc/xc_sr_save_x86_pv.c
tools/python/scripts/convert-legacy-stream
tools/python/xen/migration/libxc.py
tools/python/xen/migration/libxl.py